]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/ruby-mode/control structure/when
Merge commit '51c140ca9ee32d27cacc7b2b07d4539bf98ae575' from company-master
[gnu-emacs-elpa] / packages / yasnippet / snippets / ruby-mode / control structure / when
1 # name: when ... end
2 # key: when
3 # --
4 when ${condition}
5 $0
6 end